home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 1994, University of Kansas, All Rights Reserved
- //
- // Class: TForm
- // Include File: tform.h
- // Purpose: Provide an HTML+ form
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 04-25-94 created
- #include"tform.h"
-
- TForm::~TForm() {
- // Purpose: Destroy a TForm object.
- // Arguments: void
- // Return Value: none
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 04-25-94 created
-
- // Just release any memory allocated.
- delete(cp_ActionServer);
- }